showStudent.jsp


<html>
<head>
<title>showStudent</title>
</head>
<body>
<center>
   <font size="+3"><b>The Name is  ${student.name}</font><br />
   <font size="+3"><b>The Year is  ${student.year}</font><br />
</center>
</body>
</html>